func github.com/google/go-cmp/cmp.cleanupSurroundingIdentical

2 uses

	github.com/google/go-cmp/cmp (current package)
		report_slices.go#L390: 	groups = cleanupSurroundingIdentical(groups, eq)
		report_slices.go#L553: func cleanupSurroundingIdentical(groups []diffStats, eq func(i, j int) bool) []diffStats {